home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / powerd / modules.lha / modules / graphics / regions.m < prev    next >
Encoding:
Text File  |  1999-04-05  |  198 b   |  11 lines

  1. MODULE    'graphics/gfx'
  2.  
  3. OBJECT Region
  4.     Bounds:Rectangle,
  5.     RegionRectangle:PTR TO RegionRectangle
  6.  
  7. OBJECT RegionRectangle
  8.     Next:PTR TO RegionRectangle,
  9.     Prev:PTR TO RegionRectangle,
  10.     Bounds:Rectangle
  11.